testing.common.cancelCtx (field)

10 uses

	testing (current package)
		benchmark.go#L214: 	b.cancelCtx = cancelCtx
		fuzz.go#L314: 				cancelCtx: cancelCtx,
		fuzz.go#L527: 						cancelCtx: cancelCtx,
		fuzz.go#L613: 			cancelCtx: cancelCtx,
		testing.go#L675: 	cancelCtx context.CancelFunc
		testing.go#L1556: 	if c.cancelCtx != nil {
		testing.go#L1557: 		c.cancelCtx()
		testing.go#L1980: 			cancelCtx: cancelCtx,
		testing.go#L2040: 			cancelCtx:  cancelCtx,
		testing.go#L2468: 					cancelCtx: cancelCtx,